home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / YTS90S (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  849 b   |  19 lines

  1. package com.sun.java.swing;
  2.  
  3. class RepaintManager$WorkRequest extends SystemEventQueueUtilities.ComponentWorkRequest {
  4.    // $FF: synthetic field
  5.    RepaintManager this$0;
  6.  
  7.    public void run() {
  8.       super.isPending = false;
  9.       super.component = null;
  10.       this.this$0.validateInvalidComponents();
  11.       this.this$0.paintDirtyRegions();
  12.    }
  13.  
  14.    // $FF: synthetic method
  15.    RepaintManager$WorkRequest(RepaintManager this$0) {
  16.       this.this$0 = this$0;
  17.    }
  18. }
  19.